home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / mail / mh / contrib / queuemh / queuemh-scripts / plum / plumrc < prev    next >
Encoding:
Text File  |  1992-11-08  |  475 b   |  27 lines

  1. # for autoloading...  this dir has these scripts to autoload in it
  2. eval unshift(@INC, '/usr/local/lib/plum')
  3. autoload resolve
  4. autoload status
  5. autoload glom
  6. autoload status_edit
  7. autoload ptize
  8. autoload assign
  9. autoload reply
  10. autoload reply_cc_all
  11.  
  12. set mailcheck=5
  13. set symfolders
  14.  
  15. bind R resolve
  16. bind S status
  17. bind G glom
  18. bind E status_edit
  19. bind A assign
  20. bind P ptize
  21. #
  22. bind l pager_show
  23. bind j down_line_sticky
  24. bind k up_line_sticky
  25. bind r reply_cc_all
  26. bind D commit_deletions
  27.